The NCDF_GROUPPARENT function returns the ID of a group’s parent group.
Result = NCDF_GROUPPARENT( Grpid)
Returns the ID of a group’s parent group. If the specified group is the root group, or the associated file is not a NetCDF 4 file, the scalar value -1 is returned.
The ID of the group to query, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
None
See the example for NCDF_GROUPNAME.
8.0 |
Introduced |